home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Mops 2.7 / Mops Manual / Part III.srd / Part III.srd.rsrc / PICT_26.png < prev    next >
Portable Network Graphic  |  1996-01-02  |  100KB  |  816x1056  |  8-bit (256 colors)
Labels: book | bulletin board | poster | reckoner | sky
OCR: 111-14 Mops Predefined Classes Methods select index Makes the indexed element current. current index ) Returns the index of the current element Error messages "Index or value out of range' An out-of-range index value was used for select: (Col) Ordered-Col, wordcol. byteCol Collections are ordered lists with a current size, that can also behave like a stack We implement them by multiply inheriting the generic (Col) class with an array class of the appropriate width. (Col) adds the concept of current size to the array methods Note class Ordered Col wordCol and ByteCol are 32 16 and 8 bit collections respectively All methods are identical (Col). Superclass Object Source file Struct Status Core Instance variables int Size elements currently held in the list. Indexed data None (supplied by the ...